home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 050 / movedir.arc / MOVEDIR.DOC < prev    next >
Encoding:
Text File  |  1986-12-11  |  468 b   |  11 lines

  1. This program (taken from PC-Magazine 1/13/87) shows you how to use Turbo
  2. Pascal to create a program that moves files from one directory to another.
  3. The program uses the following command line:
  4.     MOVEDIR <oldpathname> <newpathname>
  5.  
  6. Wildcard characters are not supported.
  7. A typical command would look like this:
  8.    MOVEDIR a:\mytext.doc a:\temp\mytext.doc
  9.  
  10. This program is not as useful as others, yet it shows you how Turbo Pascal
  11. can use MSDOS procedures.